home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 9209 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  876 b 

  1. Path: modem1.rz.uni-duesseldorf.de!remigy
  2. From: remigy@uni-duesseldorf.de (Mathias Remigy)
  3. Newsgroups: comp.lang.c++
  4. Subject: heap fragmentation
  5. Date: Thu, 29 Feb 1996 07:39:17 UNDEFINED
  6. Organization: rz.uni-duesseldorf.de
  7. Message-ID: <remigy.38.00074F18@uni-duesseldorf.de>
  8. NNTP-Posting-Host: modem1.rz.uni-duesseldorf.de
  9. X-Newsreader: Trumpet for Windows [Version 1.0 Rev B final beta #1]
  10.  
  11. Hi,
  12.  
  13. I have written a program that dynamically allocates
  14. matrices, defined as _double **M_, taking care to free
  15. them after use.
  16.  
  17. The functions have been tested, and, as far as I can tell
  18. as a C novice, they are bug free.
  19.  
  20. The problem is that the program crashes every once in a while,
  21. complaining about allocation problem. Could heap fragmentation
  22. be the snag, and if it is, what can I do about it ?
  23.  
  24. Thank you for your answer.
  25.  
  26. Regards,
  27.  
  28. Mathias.
  29. (mathias.remigy@uni-duesseldorf.de)
  30.